home *** CD-ROM | disk | FTP | other *** search
/ MacHack 2001 / MacHack 2001.toast / pc / The Hacks / 99 Bottles hack / MyUtils / MathDeclarations.p < prev    next >
Encoding:
Text File  |  2001-06-23  |  257 b   |  18 lines

  1. unit MathDeclarations;
  2.  
  3. interface
  4.  
  5. {$setc LE_PROGICIEL_R_4 := TRUE}
  6. {$ifc undefined USE_LIST_MANAGER}
  7. {$setc USE_LIST_MANAGER := FALSE}
  8. {$endc}
  9.  
  10.     uses
  11. {$IFC MACTARGET}
  12.         StoneTableV4,
  13. {$ENDC}
  14.         RDeclarations; 
  15.  
  16. implementation
  17.  
  18. end. { unit MathDeclarations }